infix expression meaning in Chinese
插入表达式
Examples
- Converting infix expression to a postfix expression
中缀表达式到后缀表达式的转换 - Parsing an infix expression
对中缀表达式进行语法分析 - Read the infix expression from left to right , one character at a time
从左到右读入中缀表达式,每次一个字符。 - Evaluating a postfix expression is simpler than directly evaluating an infix expression
对后缀表达式求值比直接对中缀表达式求值简单。 - The operands are in the same order that they would be in the equivalent infix expression
操作数的顺序与等价的中缀表达式中操作数的顺序一致